projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ed027e
)
(XTframe_up_to_date): Block and unblock input.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 22 Nov 1995 22:23:32 +0000
(22:23 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 22 Nov 1995 22:23:32 +0000
(22:23 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 906709fe99e79ba30cbf1bc8ce03f9655cd8ea31..1f7f3b5a9e78b95a4f2154a706921c4840043ad2 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-394,6
+394,7
@@
static
XTframe_up_to_date (f)
FRAME_PTR f;
{
+ BLOCK_INPUT;
if (FRAME_X_DISPLAY_INFO (f)->mouse_face_deferred_gc
|| f == FRAME_X_DISPLAY_INFO (f)->mouse_face_mouse_frame)
{
@@
-402,6
+403,7
@@
XTframe_up_to_date (f)
FRAME_X_DISPLAY_INFO (f)->mouse_face_mouse_y);
FRAME_X_DISPLAY_INFO (f)->mouse_face_deferred_gc = 0;
}
+ UNBLOCK_INPUT;
}
\f
/* External interface to control of standout mode.